home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / dsp / dspgroup / macros.arc / README.LIS < prev    next >
Encoding:
File List  |  1986-01-22  |  1.6 KB  |  35 lines

  1. MACROS.DIR --
  2.  
  3.         This is a brief description of this directory.
  4.  
  5.      This directory contains a library of the source code for the macros
  6.      described in section 7 of the TMS32010 User's Guide.
  7.  
  8.      All the file names correspond to the names given them in the User's
  9.      Guide, except for the following:
  10.  
  11.      UTILS.ASM contains the utility subroutines that many of these macros use.
  12.  
  13.      SOURCE.ASM contains untested macros that are not in the User's Guide.
  14.  
  15.      SOURCE.DIR is a directory of macros similar to those in SOURCE.ASM,
  16.         however there are variations.
  17.  
  18.  
  19.    +--------------------------------------------------------------------------+
  20.    |                  IMPORTANT NOTE                  |
  21.    |                                          |
  22.    | On VAX/VMS systems, the filename of all files in the macro library must  |
  23.    | have an extension name of ".ASM".  For example, if the statement: MLIB   |
  24.    | 'DRC1:[MACROS]' has been used, the VAX/VMS version of the macro library  |
  25.    | prorcessor would expect to find files such as MYMACRO.ASM, NEWMAC.ASM,   |
  26.    | etc., within the macro library 'MACROS'.                                 |
  27.    |                                          |
  28.    | On PC/MS-DOS systems, the filename of all files in the directory that are|
  29.    | to be found as macros must not have an extension. For example, if the    |
  30.    | statement: MLIB 'E:' has been used, then the PC/MS-DOS version of the    |
  31.    | macro library processor would expect to find files such as MYMACRO,      |
  32.    | NEWMAC, etc., within the current level directory.                  |
  33.    +--------------------------------------------------------------------------+
  34.  
  35.